home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / e3.k < prev    next >
Encoding:
Text File  |  2003-04-30  |  24.6 KB  |  1,201 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000304,$00000082,$0000031E,$00000399,$00000000,$FFFFFF67,$00000000,$00000000};
  6.         LayoutWindow is {$000000B0,$00000099,$000002D3,$0000027A,$00000000,$00000009,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet40,
  41.         ol127,
  42.         ol128,
  43.         ol229,
  44.         ol239,
  45.         oBouton_Fiche30,
  46.         oBouton_Imprimer31,
  47.         oBouton_Sommaire32,
  48.         oBouton_Photos33,
  49.         oBouton_Vid_o34,
  50.         oFiche_Technique35,
  51.         oTexte_RTF36,
  52.         ovid_o37,
  53.         oglobal38
  54.     ];
  55.     Events is [
  56.         cOffscreenEvent
  57.         with 
  58.             Commands is [
  59.                 cPixelTool_IfSystemCommand
  60.                 with Flags is $00000004; 
  61.                     Commands is [
  62.                         cSwitchURLCommand
  63.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s3m.jpg"; end,
  64.                         cDragCommand
  65.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  66.                         cGrowCommand
  67.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  68.                         cShowCommand
  69.                         with Flags is $00000004; Target is ovid_o37; end,
  70.                         cEnableCommand
  71.                         with Flags is $00000004; Target is ovid_o37; end,
  72.                         cRunCommand
  73.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  74.                     ];
  75.                 end,
  76.                 cPixelTool_IfSystemCommand
  77.                 with Flags is $00000004; SetMode is IsWinTest; 
  78.                     Commands is [
  79.                         cDragCommand
  80.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  81.                         cGrowCommand
  82.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  83.                         cShowCommand
  84.                         with Flags is $00000004; Target is ovid_o37; end,
  85.                         cEnableCommand
  86.                         with Flags is $00000004; Target is ovid_o37; end,
  87.                         cRunCommand
  88.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  89.                     ];
  90.                 end
  91.             ];
  92.         end,
  93.         cKeyboardEvent
  94.         with Flags is $00000004; Test is IsSpace; 
  95.             Commands is [
  96.                 cRunCommand
  97.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  98.             ];
  99.         end,
  100.         cKeyboardEvent
  101.         with Value is "+"; 
  102.             Commands is [
  103.                 cSetVolumeCommand
  104.                 with Mode is ExecuteHigher; end
  105.             ];
  106.         end,
  107.         cKeyboardEvent
  108.         with Value is "-"; 
  109.             Commands is [
  110.                 cSetVolumeCommand
  111.                 with Flags is $00000004; Mode is ExecuteLower; end
  112.             ];
  113.         end,
  114.         cKeyboardEvent
  115.         with Value is "m"; 
  116.             Commands is [
  117.                 cRunCommand
  118.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  119.             ];
  120.         end
  121.     ];
  122. end;
  123.  
  124. object oFond2 is cImage
  125. with 
  126.     Flags is $00000150; 
  127.     Name is "Fond"; 
  128.     Enabled is false; Cursor is oEmptyCursor; 
  129.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  130.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  131.     
  132.     URL is "data/Images/s3p.jpg"; URLOption is GetDiskURL; 
  133.     
  134.     
  135.     Events is [
  136.         cOnscreenEvent
  137.         with Flags is $00000004; 
  138.             Commands is [
  139.                 cTokenCommand
  140.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  141.             ];
  142.         end
  143.     ];
  144. end;
  145.  
  146. object ob13 is cImage
  147. with 
  148.     Name is "b1"; 
  149.     Enabled is false; Shown is false; 
  150.     X is -21; Y is 179; 
  151.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  152.     
  153.     URL is "../Images/BOUTONV2.psd"; 
  154.     Bitmapped is false; Mode is 260; 
  155.     
  156. end;
  157.  
  158. object ob24 is cImage
  159. with 
  160.     Name is "b2"; 
  161.     Enabled is false; Shown is false; 
  162.     X is -21; Y is 200; 
  163.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  164.     
  165.     URL is "../Images/BOUTONV2.psd"; 
  166.     Mode is 260; 
  167.     
  168. end;
  169.  
  170. object ob35 is cImage
  171. with 
  172.     Name is "b3"; 
  173.     Enabled is false; Shown is false; 
  174.     X is -21; Y is 228; 
  175.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  176.     
  177.     URL is "../Images/BOUTONV2.psd"; 
  178.     Mode is 260; 
  179.     
  180. end;
  181.  
  182. object ob46 is cImage
  183. with 
  184.     Name is "b4"; 
  185.     Enabled is false; Shown is false; 
  186.     X is -21; Y is 255; 
  187.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  188.     
  189.     URL is "../Images/BOUTONV2.psd"; 
  190.     Mode is 260; 
  191.     
  192. end;
  193.  
  194. object ob57 is cImage
  195. with 
  196.     Name is "b5"; 
  197.     Enabled is false; Shown is false; 
  198.     X is -21; Y is 275; 
  199.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  200.     
  201.     URL is "../Images/BOUTONV2.psd"; 
  202.     Mode is 260; 
  203.     
  204. end;
  205.  
  206. object ob68 is cImage
  207. with 
  208.     Name is "b6"; 
  209.     Enabled is false; Shown is false; 
  210.     X is -21; Y is 298; 
  211.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  212.     
  213.     URL is "../Images/BOUTONV2.psd"; 
  214.     Mode is 260; 
  215.     
  216. end;
  217.  
  218. object ob79 is cImage
  219. with 
  220.     Name is "b7"; 
  221.     Enabled is false; Shown is false; 
  222.     X is -21; Y is 325; 
  223.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  224.     
  225.     URL is "../Images/BOUTONV2.psd"; 
  226.     Mode is 260; 
  227.     
  228. end;
  229.  
  230. object ob810 is cImage
  231. with 
  232.     Name is "b8"; 
  233.     Enabled is false; Shown is false; 
  234.     X is -21; Y is 358; 
  235.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  236.     
  237.     URL is "../Images/BOUTONV2.psd"; 
  238.     Mode is 260; 
  239.     
  240. end;
  241.  
  242. object ob911 is cImage
  243. with 
  244.     Name is "b9"; 
  245.     Enabled is false; Shown is false; 
  246.     X is -21; Y is 386; 
  247.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  248.     
  249.     URL is "../Images/BOUTONV2.psd"; 
  250.     Mode is 260; 
  251.     
  252. end;
  253.  
  254. object ob1012 is cImage
  255. with 
  256.     Name is "b10"; 
  257.     Enabled is false; Shown is false; 
  258.     X is -21; Y is 414; 
  259.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  260.     
  261.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  262.     Mode is 260; 
  263.     
  264. end;
  265.  
  266. object ob1113 is cImage
  267. with 
  268.     Name is "b11"; 
  269.     Enabled is false; Shown is false; 
  270.     X is -21; Y is 441; 
  271.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  272.     
  273.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  274.     Mode is 260; 
  275.     
  276. end;
  277.  
  278. object ob1214 is cImage
  279. with 
  280.     Name is "b12"; 
  281.     Enabled is false; Shown is false; 
  282.     X is -21; Y is 462; 
  283.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  284.     
  285.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  286.     Mode is 260; 
  287.     
  288. end;
  289.  
  290. object of115 is cBox
  291. with 
  292.     Name is "f1"; 
  293.     Cursor is oFingerCursor; 
  294.     X is -1; Y is 194; 
  295.     Width is 162; Height is 27; 
  296.     
  297.     
  298.     Events is [
  299.         cMouseEnterEvent
  300.         with Flags is $00000004; 
  301.             Commands is [
  302.                 cShowCommand
  303.                 with Flags is $00000004; Target is ob13; end
  304.             ];
  305.         end,
  306.         cMouseLeaveEvent
  307.         with Flags is $00000004; 
  308.             Commands is [
  309.                 cShowCommand
  310.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  311.             ];
  312.         end,
  313.         cMouseUpEvent
  314.         with Flags is $00000004; Flag is true; 
  315.             Commands is [
  316.                 cBrowseCommand
  317.                 with Flags is $00000004; URL is "e1.k"; end
  318.             ];
  319.         end
  320.     ];
  321. end;
  322.  
  323. object of216 is cBox
  324. with 
  325.     Name is "f2"; 
  326.     Cursor is oFingerCursor; 
  327.     Y is 217; 
  328.     Width is 160; Height is 24; 
  329.     
  330.     
  331.     Events is [
  332.         cMouseEnterEvent
  333.         with 
  334.             Commands is [
  335.                 cShowCommand
  336.                 with Target is ob24; end
  337.             ];
  338.         end,
  339.         cMouseLeaveEvent
  340.         with 
  341.             Commands is [
  342.                 cShowCommand
  343.                 with Target is ob24; Mode is Clear; end
  344.             ];
  345.         end,
  346.         cMouseUpEvent
  347.         with Flag is true; 
  348.             Commands is [
  349.                 cBrowseCommand
  350.                 with URL is "e2.k"; end
  351.             ];
  352.         end
  353.     ];
  354. end;
  355.  
  356. object of317 is cBox
  357. with 
  358.     Flags is $00000150; 
  359.     Name is "f3"; 
  360.     Cursor is oFingerCursor; 
  361.     Y is 243; 
  362.     Width is 163; Height is 29; 
  363.     
  364.     
  365.     Events is [
  366.         cMouseEnterEvent
  367.         with Flags is $00000004; 
  368.             Commands is [
  369.                 cShowCommand
  370.                 with Flags is $00000004; Target is ob35; end
  371.             ];
  372.         end,
  373.         cMouseLeaveEvent
  374.         with Flags is $00000004; 
  375.             Commands is [
  376.                 cShowCommand
  377.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  378.             ];
  379.         end,
  380.         cMouseUpEvent
  381.         with Flags is $00000004; Flag is true; 
  382.             Commands is [
  383.                 cBrowseCommand
  384.                 with Flags is $00000004; URL is "e3.k"; end
  385.             ];
  386.         end
  387.     ];
  388. end;
  389.  
  390. object of418 is cBox
  391. with 
  392.     Name is "f4"; 
  393.     Cursor is oFingerCursor; 
  394.     Y is 270; 
  395.     Width is 161; Height is 28; 
  396.     
  397.     
  398.     Events is [
  399.         cMouseEnterEvent
  400.         with 
  401.             Commands is [
  402.                 cShowCommand
  403.                 with Target is ob46; end
  404.             ];
  405.         end,
  406.         cMouseLeaveEvent
  407.         with 
  408.             Commands is [
  409.                 cShowCommand
  410.                 with Target is ob46; Mode is Clear; end
  411.             ];
  412.         end,
  413.         cMouseUpEvent
  414.         with Flag is true; 
  415.             Commands is [
  416.                 cBrowseCommand
  417.                 with URL is "e4.k"; end
  418.             ];
  419.         end
  420.     ];
  421. end;
  422.  
  423. object of519 is cBox
  424. with 
  425.     Name is "f5"; 
  426.     Cursor is oFingerCursor; 
  427.     Y is 292; 
  428.     Width is 162; Height is 26; 
  429.     
  430.     
  431.     Events is [
  432.         cMouseEnterEvent
  433.         with 
  434.             Commands is [
  435.                 cShowCommand
  436.                 with Target is ob57; end
  437.             ];
  438.         end,
  439.         cMouseLeaveEvent
  440.         with 
  441.             Commands is [
  442.                 cShowCommand
  443.                 with Target is ob57; Mode is Clear; end
  444.             ];
  445.         end,
  446.         cMouseUpEvent
  447.         with Flag is true; 
  448.             Commands is [
  449.                 cBrowseCommand
  450.                 with URL is "e5.k"; end
  451.             ];
  452.         end
  453.     ];
  454. end;
  455.  
  456. object of620 is cBox
  457. with 
  458.     Flags is $00000150; 
  459.     Name is "f6"; 
  460.     Cursor is oFingerCursor; 
  461.     Y is 314; 
  462.     Width is 161; Height is 26; 
  463.     
  464.     
  465.     Events is [
  466.         cMouseEnterEvent
  467.         with Flags is $00000004; 
  468.             Commands is [
  469.                 cShowCommand
  470.                 with Flags is $00000004; Target is ob68; end
  471.             ];
  472.         end,
  473.         cMouseLeaveEvent
  474.         with Flags is $00000004; 
  475.             Commands is [
  476.                 cShowCommand
  477.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  478.             ];
  479.         end,
  480.         cMouseUpEvent
  481.         with Flags is $00000004; Flag is true; 
  482.             Commands is [
  483.                 cBrowseCommand
  484.                 with Flags is $00000004; URL is "e6.k"; end
  485.             ];
  486.         end
  487.     ];
  488. end;
  489.  
  490. object of721 is cBox
  491. with 
  492.     Name is "f7"; 
  493.     Cursor is oFingerCursor; 
  494.     X is -1; Y is 340; 
  495.     Width is 163; Height is 28; 
  496.     
  497.     
  498.     Events is [
  499.         cMouseEnterEvent
  500.         with 
  501.             Commands is [
  502.                 cShowCommand
  503.                 with Target is ob79; end
  504.             ];
  505.         end,
  506.         cMouseLeaveEvent
  507.         with 
  508.             Commands is [
  509.                 cShowCommand
  510.                 with Target is ob79; Mode is Clear; end
  511.             ];
  512.         end,
  513.         cMouseUpEvent
  514.         with Flag is true; 
  515.             Commands is [
  516.                 cBrowseCommand
  517.                 with URL is "e7.k"; end
  518.             ];
  519.         end
  520.     ];
  521. end;
  522.  
  523. object of822 is cBox
  524. with 
  525.     Name is "f8"; 
  526.     Cursor is oFingerCursor; 
  527.     Y is 374; 
  528.     Width is 158; Height is 27; 
  529.     
  530.     
  531.     Events is [
  532.         cMouseEnterEvent
  533.         with 
  534.             Commands is [
  535.                 cShowCommand
  536.                 with Target is ob810; end
  537.             ];
  538.         end,
  539.         cMouseLeaveEvent
  540.         with 
  541.             Commands is [
  542.                 cShowCommand
  543.                 with Target is ob810; Mode is Clear; end
  544.             ];
  545.         end,
  546.         cMouseUpEvent
  547.         with Flag is true; 
  548.             Commands is [
  549.                 cBrowseCommand
  550.                 with URL is "e8.k"; end
  551.             ];
  552.         end
  553.     ];
  554. end;
  555.  
  556. object of923 is cBox
  557. with 
  558.     Flags is $00000150; 
  559.     Name is "f9"; 
  560.     Cursor is oFingerCursor; 
  561.     Y is 402; 
  562.     Width is 159; Height is 26; 
  563.     
  564.     
  565.     Events is [
  566.         cMouseEnterEvent
  567.         with Flags is $00000004; 
  568.             Commands is [
  569.                 cShowCommand
  570.                 with Flags is $00000004; Target is ob911; end
  571.             ];
  572.         end,
  573.         cMouseLeaveEvent
  574.         with Flags is $00000004; 
  575.             Commands is [
  576.                 cShowCommand
  577.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  578.             ];
  579.         end,
  580.         cMouseUpEvent
  581.         with Flags is $00000004; Flag is true; 
  582.             Commands is [
  583.                 cBrowseCommand
  584.                 with Flags is $00000004; URL is "e9.k"; end
  585.             ];
  586.         end
  587.     ];
  588. end;
  589.  
  590. object of1024 is cBox
  591. with 
  592.     Name is "f10"; 
  593.     Cursor is oFingerCursor; 
  594.     X is 1; Y is 424; 
  595.     Width is 160; Height is 37; 
  596.     
  597.     
  598.     Events is [
  599.         cMouseEnterEvent
  600.         with 
  601.             Commands is [
  602.                 cShowCommand
  603.                 with Target is ob1012; end
  604.             ];
  605.         end,
  606.         cMouseLeaveEvent
  607.         with 
  608.             Commands is [
  609.                 cShowCommand
  610.                 with Target is ob1012; Mode is Clear; end
  611.             ];
  612.         end,
  613.         cMouseUpEvent
  614.         with Flag is true; 
  615.             Commands is [
  616.                 cBrowseCommand
  617.                 with URL is "e10.k"; end
  618.             ];
  619.         end
  620.     ];
  621. end;
  622.  
  623. object of1125 is cBox
  624. with 
  625.     Flags is $00000150; 
  626.     Name is "f11"; 
  627.     Cursor is oFingerCursor; 
  628.     X is 1; Y is 455; 
  629.     Width is 162; Height is 28; 
  630.     
  631.     
  632.     Events is [
  633.         cMouseEnterEvent
  634.         with Flags is $00000004; 
  635.             Commands is [
  636.                 cShowCommand
  637.                 with Flags is $00000004; Target is ob1113; end
  638.             ];
  639.         end,
  640.         cMouseLeaveEvent
  641.         with Flags is $00000004; 
  642.             Commands is [
  643.                 cShowCommand
  644.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  645.             ];
  646.         end,
  647.         cMouseUpEvent
  648.         with Flags is $00000004; Flag is true; 
  649.             Commands is [
  650.                 cBrowseCommand
  651.                 with Flags is $00000004; URL is "e11.k"; end
  652.             ];
  653.         end
  654.     ];
  655. end;
  656.  
  657. object of1226 is cBox
  658. with 
  659.     Flags is $00000150; 
  660.     Name is "f12"; 
  661.     Cursor is oFingerCursor; 
  662.     X is 1; Y is 479; 
  663.     Width is 162; Height is 28; 
  664.     
  665.     
  666.     Events is [
  667.         cMouseEnterEvent
  668.         with Flags is $00000004; 
  669.             Commands is [
  670.                 cShowCommand
  671.                 with Flags is $00000004; Target is ob1214; end
  672.             ];
  673.         end,
  674.         cMouseLeaveEvent
  675.         with Flags is $00000004; 
  676.             Commands is [
  677.                 cShowCommand
  678.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  679.             ];
  680.         end,
  681.         cMouseUpEvent
  682.         with Flags is $00000004; Flag is true; 
  683.             Commands is [
  684.                 cBrowseCommand
  685.                 with Flags is $00000004; URL is "e12.k"; end
  686.             ];
  687.         end
  688.     ];
  689. end;
  690.  
  691. object oInternet40 is cBox
  692. with 
  693.     Flags is $00000150; 
  694.     Name is "Internet"; 
  695.     Cursor is oEarthCursor; 
  696.     X is 259; Y is 539; 
  697.     Width is 159; Height is 20; 
  698.     
  699.     
  700.     Events is [
  701.         cMouseUpEvent
  702.         with Flags is $00000004; Flag is true; 
  703.             Commands is [
  704.                 cLaunchCommand
  705.                 with Flags is $00000004; URL is "http://vgn.ifilm.com/confessions"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  706.             ];
  707.         end
  708.     ];
  709. end;
  710.  
  711. object ol127 is cBox
  712. with 
  713.     Name is "l1"; 
  714.     Cursor is oFingerCursor; 
  715.     X is 261; Y is 501; 
  716.     Width is 93; Height is 15; 
  717.     
  718.     
  719.     Events is [
  720.         cMouseUpEvent
  721.         with Flag is true; 
  722.             Commands is [
  723.                 cIfCookieCommand
  724.                 with CookieName is "zique"; Value is "oui"; 
  725.                     Commands is [
  726.                         cTokenCommand
  727.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  728.                     ];
  729.                 end,
  730.                 cBrowseCommand
  731.                 with URL is "f8.k"; end
  732.             ];
  733.         end
  734.     ];
  735. end;
  736.  
  737. object ol128 is cBox
  738. with 
  739.     Flags is $00000150; 
  740.     release Editor:
  741.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  742.     end;
  743.     Name is "l1"; 
  744.     Cursor is oFingerCursor; 
  745.     X is 227; Y is 518; 
  746.     Width is 69; Height is 19; 
  747.     
  748.     
  749.     Events is [
  750.         cMouseUpEvent
  751.         with Flags is $00000004; Flag is true; 
  752.             Commands is [
  753.                 cIfCookieCommand
  754.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  755.                     Commands is [
  756.                         cTokenCommand
  757.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  758.                     ];
  759.                 end,
  760.                 cBrowseCommand
  761.                 with Flags is $00000004; URL is "f28.k"; end
  762.             ];
  763.         end
  764.     ];
  765. end;
  766.  
  767. object ol229 is cBox
  768. with 
  769.     Flags is $00000150; 
  770.     Name is "l2"; 
  771.     Cursor is oFingerCursor; 
  772.     X is 302; Y is 519; 
  773.     Width is 83; Height is 20; 
  774.     
  775.     
  776.     Events is [
  777.         cMouseUpEvent
  778.         with Flags is $00000004; Flag is true; 
  779.             Commands is [
  780.                 cIfCookieCommand
  781.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  782.                     Commands is [
  783.                         cTokenCommand
  784.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  785.                     ];
  786.                 end,
  787.                 cBrowseCommand
  788.                 with Flags is $00000004; URL is "f8.k"; end
  789.             ];
  790.         end
  791.     ];
  792. end;
  793.  
  794. object ol239 is cBox
  795. with 
  796.     Flags is $00008151; 
  797.     Name is "l2"; 
  798.     Cursor is oFingerCursor; 
  799.     X is 385; Y is 520; 
  800.     Width is 93; Height is 19; 
  801.     
  802.     
  803.     Events is [
  804.         cMouseUpEvent
  805.         with Flags is $00004004; Flag is true; 
  806.             Commands is [
  807.                 cIfCookieCommand
  808.                 with Flags is $00004004; CookieName is "zique"; Value is "oui"; 
  809.                     Commands is [
  810.                         cTokenCommand
  811.                         with Flags is $00004004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  812.                     ];
  813.                 end,
  814.                 cBrowseCommand
  815.                 with Flags is $00004004; URL is "f6.k"; end
  816.             ];
  817.         end
  818.     ];
  819. end;
  820.  
  821. object oBouton_Fiche30 is cImage
  822. with 
  823.     Flags is $00000400; 
  824.     Name is "Bouton Fiche"; 
  825.     Shown is false; Cursor is oFingerCursor; 
  826.     X is 167; Y is 573; 
  827.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  828.     
  829.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  830.     
  831.     
  832.     Events is [
  833.         cMouseEnterEvent
  834.         with 
  835.             Commands is [
  836.                 cShowCommand
  837.                 with Target is oTargetSelf; end
  838.             ];
  839.         end,
  840.         cMouseLeaveEvent
  841.         with 
  842.             Commands is [
  843.                 cShowCommand
  844.                 with Target is oTargetSelf; Mode is Clear; end
  845.             ];
  846.         end,
  847.         cMouseUpEvent
  848.         with Flag is true; 
  849.             Commands is [
  850.                 cShowCommand
  851.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  852.                 cEnableCommand
  853.                 with Target is oFiche_Technique35; Mode is Toggle; end
  854.             ];
  855.         end
  856.     ];
  857. end;
  858.  
  859. object oBouton_Imprimer31 is cImage
  860. with 
  861.     Flags is $00000400; 
  862.     Name is "Bouton Imprimer"; 
  863.     Shown is false; Cursor is oFingerCursor; 
  864.     X is 321; Y is 573; 
  865.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  866.     
  867.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  868.     
  869.     
  870.     Events is [
  871.         cMouseEnterEvent
  872.         with 
  873.             Commands is [
  874.                 cShowCommand
  875.                 with Target is oTargetSelf; end
  876.             ];
  877.         end,
  878.         cMouseLeaveEvent
  879.         with 
  880.             Commands is [
  881.                 cShowCommand
  882.                 with Target is oTargetSelf; Mode is Clear; end
  883.             ];
  884.         end,
  885.         cMouseUpEvent
  886.         with Flag is true; 
  887.             Commands is [
  888.                 cPrintCommand
  889.                 with Target is oTexte_RTF36; end
  890.             ];
  891.         end
  892.     ];
  893. end;
  894.  
  895. object oBouton_Sommaire32 is cImage
  896. with 
  897.     Flags is $00000400; 
  898.     Name is "Bouton Sommaire"; 
  899.     Shown is false; Cursor is oFingerCursor; 
  900.     X is 13; Y is 573; 
  901.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  902.     
  903.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  904.     
  905.     
  906.     Events is [
  907.         cMouseEnterEvent
  908.         with 
  909.             Commands is [
  910.                 cShowCommand
  911.                 with Target is oTargetSelf; end
  912.             ];
  913.         end,
  914.         cMouseLeaveEvent
  915.         with 
  916.             Commands is [
  917.                 cShowCommand
  918.                 with Target is oTargetSelf; Mode is Clear; end
  919.             ];
  920.         end,
  921.         cMouseUpEvent
  922.         with Flag is true; 
  923.             Commands is [
  924.                 cIfCookieCommand
  925.                 with CookieName is "zique"; Value is "oui"; 
  926.                     Commands is [
  927.                         cTokenCommand
  928.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  929.                     ];
  930.                 end,
  931.                 cBrowseCommand
  932.                 with URL is "sommaire.k"; end
  933.             ];
  934.         end
  935.     ];
  936. end;
  937.  
  938. object oBouton_Photos33 is cImage
  939. with 
  940.     Flags is $00000150; 
  941.     Name is "Bouton Photos"; 
  942.     Shown is false; Cursor is oFingerCursor; 
  943.     X is 475; Y is 573; 
  944.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  945.     
  946.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  947.     
  948.     
  949.     Events is [
  950.         cMouseEnterEvent
  951.         with Flags is $00000004; 
  952.             Commands is [
  953.                 cShowCommand
  954.                 with Flags is $00000004; Target is oTargetSelf; end
  955.             ];
  956.         end,
  957.         cMouseLeaveEvent
  958.         with Flags is $00000004; 
  959.             Commands is [
  960.                 cShowCommand
  961.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  962.             ];
  963.         end,
  964.         cMouseUpEvent
  965.         with Flags is $00000004; Flag is true; 
  966.             Commands is [
  967.                 cBrowseCommand
  968.                 with Flags is $00000004; URL is "e3s.k"; end
  969.             ];
  970.         end
  971.     ];
  972. end;
  973.  
  974. object oBouton_Vid_o34 is cImage
  975. with 
  976.     Flags is $00000400; 
  977.     Name is "Bouton Vid\$E9o"; 
  978.     Shown is false; Cursor is oFingerCursor; 
  979.     X is 629; Y is 573; 
  980.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  981.     
  982.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  983.     
  984.     
  985.     Events is [
  986.         cMouseEnterEvent
  987.         with 
  988.             Commands is [
  989.                 cShowCommand
  990.                 with Target is oTargetSelf; end
  991.             ];
  992.         end,
  993.         cMouseLeaveEvent
  994.         with 
  995.             Commands is [
  996.                 cShowCommand
  997.                 with Target is oTargetSelf; Mode is Clear; end
  998.             ];
  999.         end,
  1000.         cMouseUpEvent
  1001.         with Flag is true; 
  1002.             Commands is [
  1003.                 cRunCommand
  1004.                 with Target is ovid_o37; Mode is Clear; end,
  1005.                 cEnableCommand
  1006.                 with Target is ovid_o37; Mode is Clear; end,
  1007.                 cShowCommand
  1008.                 with Target is ovid_o37; Mode is Clear; end,
  1009.                 cDragCommand
  1010.                 with Target is ovid_o37; Mode is DragTo; end,
  1011.                 cGrowCommand
  1012.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1013.                 cShowCommand
  1014.                 with Target is ovid_o37; end,
  1015.                 cEnableCommand
  1016.                 with Target is ovid_o37; end,
  1017.                 cRunCommand
  1018.                 with Target is ovid_o37; Rewind is true; end,
  1019.                 cEnableCommand
  1020.                 with Target is oglobal38; end
  1021.             ];
  1022.         end
  1023.     ];
  1024. end;
  1025.  
  1026. object oFiche_Technique35 is cImage
  1027. with 
  1028.     Flags is $00000150; 
  1029.     Name is "Fiche Technique"; 
  1030.     Region is {$FFFF000A,$00010000,$01AC0188};
  1031.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1032.     X is 132; Y is 41; 
  1033.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1034.     
  1035.     URL is "data/Images/t3.jpg"; URLOption is GetDiskURL; 
  1036.     
  1037.     
  1038.     Events is [
  1039.         cMouseUpEvent
  1040.         with Flags is $00000004; Flag is true; 
  1041.             Commands is [
  1042.                 cShowCommand
  1043.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end,
  1044.                 cEnableCommand
  1045.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end
  1046.             ];
  1047.         end
  1048.     ];
  1049. end;
  1050.  
  1051. object oTexte_RTF36 is cRTFText
  1052. with 
  1053.     Flags is $00000550; 
  1054.     Name is "Texte RTF"; 
  1055.     Enabled is false; Shown is false; 
  1056.     Y is -160; 
  1057.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1058.     
  1059.     URL is "../Textes/s3.rtf"; 
  1060.     
  1061.     
  1062. end;
  1063.  
  1064. object ovid_o37 is cMPEGMovie
  1065. with 
  1066.     Flags is $00000150; 
  1067.     Name is "vid\$E9o"; 
  1068.     Shown is false; Cursor is oFingerCursor; 
  1069.     X is 599; Y is 418; 
  1070.     Width is 192; Height is 144; 
  1071.     
  1072.     URL is "data/Videos/s3.mpg"; URLOption is GetDiskURL; 
  1073.     Events is [
  1074.         cMouseUpEvent
  1075.         with Flags is $00000004; Flag is true; 
  1076.             Commands is [
  1077.                 cRunCommand
  1078.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1079.                 cShowCommand
  1080.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1081.                 cEnableCommand
  1082.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1083.                 cDragCommand
  1084.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1085.                 cGrowCommand
  1086.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1087.                 cShowCommand
  1088.                 with Flags is $00000004; Target is ovid_o37; end,
  1089.                 cEnableCommand
  1090.                 with Flags is $00000004; Target is ovid_o37; end,
  1091.                 cRunCommand
  1092.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1093.                 cEnableCommand
  1094.                 with Flags is $00000004; Target is oglobal38; end
  1095.             ];
  1096.         end,
  1097.         cFinishedEvent
  1098.         with Flags is $00000004; 
  1099.             Commands is [
  1100.                 cPixelTool_IfSystemCommand
  1101.                 with Flags is $00000004; 
  1102.                     Commands is [
  1103.                         cDragCommand
  1104.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1105.                         cGrowCommand
  1106.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1107.                         cEnableCommand
  1108.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1109.                         cShowCommand
  1110.                         with Flags is $00000004; Target is ovid_o37; end,
  1111.                         cEnableCommand
  1112.                         with Flags is $00000004; Target is ovid_o37; end,
  1113.                         cRunCommand
  1114.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1115.                     ];
  1116.                 end,
  1117.                 cPixelTool_IfSystemCommand
  1118.                 with Flags is $00000004; SetMode is IsWinTest; 
  1119.                     Commands is [
  1120.                         cDragCommand
  1121.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1122.                         cGrowCommand
  1123.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1124.                         cEnableCommand
  1125.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1126.                         cShowCommand
  1127.                         with Flags is $00000004; Target is ovid_o37; end,
  1128.                         cEnableCommand
  1129.                         with Flags is $00000004; Target is ovid_o37; end,
  1130.                         cRunCommand
  1131.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1132.                     ];
  1133.                 end
  1134.             ];
  1135.         end
  1136.     ];
  1137. end;
  1138.  
  1139. object oglobal38 is cBox
  1140. with 
  1141.     Flags is $00000110; 
  1142.     Name is "global"; 
  1143.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1144.     
  1145.     Width is 800; Height is 600; 
  1146.     
  1147.     
  1148.     Events is [
  1149.         cMouseUpEvent
  1150.         with Flags is $00000004; Flag is true; 
  1151.             Commands is [
  1152.                 cPixelTool_IfSystemCommand
  1153.                 with Flags is $00000004; 
  1154.                     Commands is [
  1155.                         cRunCommand
  1156.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1157.                         cEnableCommand
  1158.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1159.                         cShowCommand
  1160.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1161.                         cEnableCommand
  1162.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1163.                         cDragCommand
  1164.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1165.                         cGrowCommand
  1166.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1167.                         cShowCommand
  1168.                         with Flags is $00000004; Target is ovid_o37; end,
  1169.                         cRunCommand
  1170.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1171.                         cEnableCommand
  1172.                         with Flags is $00000004; Target is ovid_o37; end
  1173.                     ];
  1174.                 end,
  1175.                 cPixelTool_IfSystemCommand
  1176.                 with Flags is $00000004; SetMode is IsWinTest; 
  1177.                     Commands is [
  1178.                         cShowCommand
  1179.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1180.                         cRunCommand
  1181.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1182.                         cEnableCommand
  1183.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1184.                         cEnableCommand
  1185.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1186.                         cDragCommand
  1187.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1188.                         cGrowCommand
  1189.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1190.                         cShowCommand
  1191.                         with Flags is $00000004; Target is ovid_o37; end,
  1192.                         cRunCommand
  1193.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1194.                         cEnableCommand
  1195.                         with Flags is $00000004; Target is ovid_o37; end
  1196.                     ];
  1197.                 end
  1198.             ];
  1199.         end
  1200.     ];
  1201. end;